FROM debian
RUN apt-get update && apt-get install -y nmap
WORKDIR /root
CMD ["nmap"]
